home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- set activityRect to the rect of the stage
- set Activity to window "Activity"
- set the rect of Activity to activityRect
- set the fileName of Activity to "Ex_Funct"
- set the windowType of Activity to 2
- set the titleVisible of Activity to 0
- open(Activity)
- end
-
- on mouseDown
- button()
- end
-